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