GroupId | GroupIdorg.objectweb.dream.dreamadl |
---|---|
ArtifactId | ArtifactIddream-adl |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
dream-adl-2.0.pom | |
dream-adl-2.0.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.dream.dreamadl/dream-adl/ -->
<dependency>
<groupId>org.objectweb.dream.dreamadl</groupId>
<artifactId>dream-adl</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamadl/dream-adl/
implementation 'org.objectweb.dream.dreamadl:dream-adl:2.0'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamadl/dream-adl/
implementation ("org.objectweb.dream.dreamadl:dream-adl:2.0")
'org.objectweb.dream.dreamadl:dream-adl:jar:2.0'
<dependency org="org.objectweb.dream.dreamadl" name="dream-adl" rev="2.0">
<artifact name="dream-adl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamadl', module='dream-adl', version='2.0')
)
libraryDependencies += "org.objectweb.dream.dreamadl" % "dream-adl" % "2.0"
[org.objectweb.dream.dreamadl/dream-adl "2.0"]