Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.lighty.models.test |
ArtifactId | ArtifactIdexample-data-center |
Version | Version12.0.1 |
Type | Typejar |
Filename | Size |
---|---|
example-data-center-12.0.1.pom | |
example-data-center-12.0.1.jar | 54 KB |
example-data-center-12.0.1-sources.jar | 41 KB |
example-data-center-12.0.1-javadoc.jar | 596 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.lighty.models.test/example-data-center/ -->
<dependency>
<groupId>io.lighty.models.test</groupId>
<artifactId>example-data-center</artifactId>
<version>12.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.models.test/example-data-center/
implementation 'io.lighty.models.test:example-data-center:12.0.1'
// https://jarcasting.com/artifacts/io.lighty.models.test/example-data-center/
implementation ("io.lighty.models.test:example-data-center:12.0.1")
'io.lighty.models.test:example-data-center:jar:12.0.1'
<dependency org="io.lighty.models.test" name="example-data-center" rev="12.0.1">
<artifact name="example-data-center" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.models.test', module='example-data-center', version='12.0.1')
)
libraryDependencies += "io.lighty.models.test" % "example-data-center" % "12.0.1"
[io.lighty.models.test/example-data-center "12.0.1"]