Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.lighty.models.test |
ArtifactId | ArtifactIdexample-data-center |
Version | Version10.0.0 |
Type | Typejar |
Filename | Size |
---|---|
example-data-center-10.0.0.pom | |
example-data-center-10.0.0.jar | 56 KB |
example-data-center-10.0.0-sources.jar | 34 KB |
example-data-center-10.0.0-javadoc.jar | 210 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>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.models.test/example-data-center/
implementation 'io.lighty.models.test:example-data-center:10.0.0'
// https://jarcasting.com/artifacts/io.lighty.models.test/example-data-center/
implementation ("io.lighty.models.test:example-data-center:10.0.0")
'io.lighty.models.test:example-data-center:jar:10.0.0'
<dependency org="io.lighty.models.test" name="example-data-center" rev="10.0.0">
<artifact name="example-data-center" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.models.test', module='example-data-center', version='10.0.0')
)
libraryDependencies += "io.lighty.models.test" % "example-data-center" % "10.0.0"
[io.lighty.models.test/example-data-center "10.0.0"]