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