License |
License |
---|---|
GroupId | GroupIdcom.github.k-boyle |
ArtifactId | ArtifactIdOktane |
Version | Version4.4.0 |
Type | Typepom |
Description |
DescriptionOktane
A high performance Java command framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Oktane-4.4.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.k-boyle/Oktane/ -->
<dependency>
<groupId>com.github.k-boyle</groupId>
<artifactId>Oktane</artifactId>
<version>4.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.k-boyle/Oktane/
implementation 'com.github.k-boyle:Oktane:4.4.0'
// https://jarcasting.com/artifacts/com.github.k-boyle/Oktane/
implementation ("com.github.k-boyle:Oktane:4.4.0")
'com.github.k-boyle:Oktane:pom:4.4.0'
<dependency org="com.github.k-boyle" name="Oktane" rev="4.4.0">
<artifact name="Oktane" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.k-boyle', module='Oktane', version='4.4.0')
)
libraryDependencies += "com.github.k-boyle" % "Oktane" % "4.4.0"
[com.github.k-boyle/Oktane "4.4.0"]