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