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