GroupId | GroupIdcom.github.k-boyle |
---|---|
ArtifactId | ArtifactIdOktaneCore |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
OktaneCore-1.1.0.pom | |
OktaneCore-1.1.0.jar | 85 KB |
OktaneCore-1.1.0-sources.jar | 38 KB |
OktaneCore-1.1.0-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.k-boyle/OktaneCore/ -->
<dependency>
<groupId>com.github.k-boyle</groupId>
<artifactId>OktaneCore</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.k-boyle/OktaneCore/
implementation 'com.github.k-boyle:OktaneCore:1.1.0'
// https://jarcasting.com/artifacts/com.github.k-boyle/OktaneCore/
implementation ("com.github.k-boyle:OktaneCore:1.1.0")
'com.github.k-boyle:OktaneCore:jar:1.1.0'
<dependency org="com.github.k-boyle" name="OktaneCore" rev="1.1.0">
<artifact name="OktaneCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.k-boyle', module='OktaneCore', version='1.1.0')
)
libraryDependencies += "com.github.k-boyle" % "OktaneCore" % "1.1.0"
[com.github.k-boyle/OktaneCore "1.1.0"]