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