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