GroupId | GroupIdtech.navicore |
---|---|
ArtifactId | ArtifactIdnavilake_2.12 |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
navilake_2.12-1.2.0.pom | |
navilake_2.12-1.2.0.jar | 41 KB |
navilake_2.12-1.2.0-sources.jar | 4 KB |
navilake_2.12-1.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.navicore/navilake_2.12/ -->
<dependency>
<groupId>tech.navicore</groupId>
<artifactId>navilake_2.12</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.navicore/navilake_2.12/
implementation 'tech.navicore:navilake_2.12:1.2.0'
// https://jarcasting.com/artifacts/tech.navicore/navilake_2.12/
implementation ("tech.navicore:navilake_2.12:1.2.0")
'tech.navicore:navilake_2.12:jar:1.2.0'
<dependency org="tech.navicore" name="navilake_2.12" rev="1.2.0">
<artifact name="navilake_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.navicore', module='navilake_2.12', version='1.2.0')
)
libraryDependencies += "tech.navicore" % "navilake_2.12" % "1.2.0"
[tech.navicore/navilake_2.12 "1.2.0"]