GroupId | GroupIdorg.objectweb.dream.dreamcore |
---|---|
ArtifactId | ArtifactIddream-core |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
dream-core-2.1.pom | |
dream-core-2.1.jar | 246 KB |
dream-core-2.1-sources.jar | 236 KB |
dream-core-2.1-javadoc.jar | 921 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/
implementation 'org.objectweb.dream.dreamcore:dream-core:2.1'
// https://jarcasting.com/artifacts/org.objectweb.dream.dreamcore/dream-core/
implementation ("org.objectweb.dream.dreamcore:dream-core:2.1")
'org.objectweb.dream.dreamcore:dream-core:jar:2.1'
<dependency org="org.objectweb.dream.dreamcore" name="dream-core" rev="2.1">
<artifact name="dream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.dream.dreamcore', module='dream-core', version='2.1')
)
libraryDependencies += "org.objectweb.dream.dreamcore" % "dream-core" % "2.1"
[org.objectweb.dream.dreamcore/dream-core "2.1"]