Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
d28e40f2
Commit
d28e40f2
authored
13 years ago
by
Jens Bendisposto
Browse files
Options
Downloads
Patches
Plain Diff
dependencies for de.prob.core
parent
2e7fd4a7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.prob.core/build.gradle
+23
-0
23 additions, 0 deletions
de.prob.core/build.gradle
with
23 additions
and
0 deletions
de.prob.core/build.gradle
0 → 100644
+
23
−
0
View file @
d28e40f2
apply
plugin:
'java'
repositories
{
maven
{
name
"cobra"
url
"http://cobra.cs.uni-duesseldorf.de/artifactory/repo"
}
}
def
parser_version
=
'2.4.8-SNAPSHOT'
dependencies
{
compile
group:
"de.prob"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
compile
group:
"de.prob"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
compile
'jgrapht:jgrapht:0.8.3'
compile
'commons-lang:commons-lang:2.6'
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment