Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.nylle |
ArtifactId | ArtifactIdkotlinfixture |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
kotlinfixture-0.0.5.pom | |
kotlinfixture-0.0.5.jar | 12 KB |
kotlinfixture-0.0.5-sources.jar | 4 KB |
kotlinfixture-0.0.5-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nylle/kotlinfixture/ -->
<dependency>
<groupId>com.github.nylle</groupId>
<artifactId>kotlinfixture</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nylle/kotlinfixture/
implementation 'com.github.nylle:kotlinfixture:0.0.5'
// https://jarcasting.com/artifacts/com.github.nylle/kotlinfixture/
implementation ("com.github.nylle:kotlinfixture:0.0.5")
'com.github.nylle:kotlinfixture:jar:0.0.5'
<dependency org="com.github.nylle" name="kotlinfixture" rev="0.0.5">
<artifact name="kotlinfixture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nylle', module='kotlinfixture', version='0.0.5')
)
libraryDependencies += "com.github.nylle" % "kotlinfixture" % "0.0.5"
[com.github.nylle/kotlinfixture "0.0.5"]