License |
License |
---|---|
GroupId | GroupIdorg.kevoree.kmf |
ArtifactId | ArtifactIddsl |
Version | Version1 |
Type | Typejar |
Description |
Descriptionkmf :: DSL
Kevoree Modeling Framework
|
Filename | Size |
---|---|
dsl-1.pom | |
dsl-1.jar | 50 KB |
dsl-1-sources.jar | 21 KB |
dsl-1-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.kmf/dsl/ -->
<dependency>
<groupId>org.kevoree.kmf</groupId>
<artifactId>dsl</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.kmf/dsl/
implementation 'org.kevoree.kmf:dsl:1'
// https://jarcasting.com/artifacts/org.kevoree.kmf/dsl/
implementation ("org.kevoree.kmf:dsl:1")
'org.kevoree.kmf:dsl:jar:1'
<dependency org="org.kevoree.kmf" name="dsl" rev="1">
<artifact name="dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.kmf', module='dsl', version='1')
)
libraryDependencies += "org.kevoree.kmf" % "dsl" % "1"
[org.kevoree.kmf/dsl "1"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |