GroupId | GroupIdcom.github.k-boyle |
---|---|
ArtifactId | ArtifactIdOktane |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
Oktane-3.1.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.k-boyle/Oktane/ -->
<dependency>
<groupId>com.github.k-boyle</groupId>
<artifactId>Oktane</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.k-boyle/Oktane/
implementation 'com.github.k-boyle:Oktane:3.1.0'
// https://jarcasting.com/artifacts/com.github.k-boyle/Oktane/
implementation ("com.github.k-boyle:Oktane:3.1.0")
'com.github.k-boyle:Oktane:pom:3.1.0'
<dependency org="com.github.k-boyle" name="Oktane" rev="3.1.0">
<artifact name="Oktane" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.k-boyle', module='Oktane', version='3.1.0')
)
libraryDependencies += "com.github.k-boyle" % "Oktane" % "3.1.0"
[com.github.k-boyle/Oktane "3.1.0"]