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