GroupId | GroupIdbr.com.caelum.stella |
---|---|
ArtifactId | ArtifactIdcore-example |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-example-1.0.pom | |
core-example-1.0.jar | 4 KB |
core-example-1.0-sources.jar | 2 KB |
core-example-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.caelum.stella/core-example/ -->
<dependency>
<groupId>br.com.caelum.stella</groupId>
<artifactId>core-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.stella/core-example/
implementation 'br.com.caelum.stella:core-example:1.0'
// https://jarcasting.com/artifacts/br.com.caelum.stella/core-example/
implementation ("br.com.caelum.stella:core-example:1.0")
'br.com.caelum.stella:core-example:jar:1.0'
<dependency org="br.com.caelum.stella" name="core-example" rev="1.0">
<artifact name="core-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.stella', module='core-example', version='1.0')
)
libraryDependencies += "br.com.caelum.stella" % "core-example" % "1.0"
[br.com.caelum.stella/core-example "1.0"]