GroupId | GroupIdbr.com.caelum.stella |
---|---|
ArtifactId | ArtifactIdcore-example |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
core-example-1.1.pom | |
core-example-1.1.jar | 6 KB |
core-example-1.1-sources.jar | 3 KB |
core-example-1.1-javadoc.jar | 42 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.stella/core-example/
implementation 'br.com.caelum.stella:core-example:1.1'
// https://jarcasting.com/artifacts/br.com.caelum.stella/core-example/
implementation ("br.com.caelum.stella:core-example:1.1")
'br.com.caelum.stella:core-example:jar:1.1'
<dependency org="br.com.caelum.stella" name="core-example" rev="1.1">
<artifact name="core-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.stella', module='core-example', version='1.1')
)
libraryDependencies += "br.com.caelum.stella" % "core-example" % "1.1"
[br.com.caelum.stella/core-example "1.1"]