GroupId | GroupIdenterprises.orbital.evekit |
---|---|
ArtifactId | ArtifactIdsnapshot |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
snapshot-2.0.0.pom | |
snapshot-2.0.0.jar | 137 KB |
snapshot-2.0.0-sources.jar | 62 KB |
snapshot-2.0.0-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/enterprises.orbital.evekit/snapshot/ -->
<dependency>
<groupId>enterprises.orbital.evekit</groupId>
<artifactId>snapshot</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/enterprises.orbital.evekit/snapshot/
implementation 'enterprises.orbital.evekit:snapshot:2.0.0'
// https://jarcasting.com/artifacts/enterprises.orbital.evekit/snapshot/
implementation ("enterprises.orbital.evekit:snapshot:2.0.0")
'enterprises.orbital.evekit:snapshot:jar:2.0.0'
<dependency org="enterprises.orbital.evekit" name="snapshot" rev="2.0.0">
<artifact name="snapshot" type="jar" />
</dependency>
@Grapes(
@Grab(group='enterprises.orbital.evekit', module='snapshot', version='2.0.0')
)
libraryDependencies += "enterprises.orbital.evekit" % "snapshot" % "2.0.0"
[enterprises.orbital.evekit/snapshot "2.0.0"]