GroupId | GroupIdcom.krux |
---|---|
ArtifactId | ArtifactIdstubborn_2.12 |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
stubborn_2.12-2.0.2.pom | |
stubborn_2.12-2.0.2.jar | 28 KB |
stubborn_2.12-2.0.2-sources.jar | 4 KB |
stubborn_2.12-2.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.krux/stubborn_2.12/ -->
<dependency>
<groupId>com.krux</groupId>
<artifactId>stubborn_2.12</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.krux/stubborn_2.12/
implementation 'com.krux:stubborn_2.12:2.0.2'
// https://jarcasting.com/artifacts/com.krux/stubborn_2.12/
implementation ("com.krux:stubborn_2.12:2.0.2")
'com.krux:stubborn_2.12:jar:2.0.2'
<dependency org="com.krux" name="stubborn_2.12" rev="2.0.2">
<artifact name="stubborn_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.krux', module='stubborn_2.12', version='2.0.2')
)
libraryDependencies += "com.krux" % "stubborn_2.12" % "2.0.2"
[com.krux/stubborn_2.12 "2.0.2"]