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