GroupId | GroupIdcom.github.tkrs |
---|---|
ArtifactId | ArtifactIdorcus-core_2.12 |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
orcus-core_2.12-0.11.0.pom | |
orcus-core_2.12-0.11.0.jar | 137 KB |
orcus-core_2.12-0.11.0-sources.jar | 11 KB |
orcus-core_2.12-0.11.0-javadoc.jar | 731 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tkrs/orcus-core_2.12/ -->
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>orcus-core_2.12</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-core_2.12/
implementation 'com.github.tkrs:orcus-core_2.12:0.11.0'
// https://jarcasting.com/artifacts/com.github.tkrs/orcus-core_2.12/
implementation ("com.github.tkrs:orcus-core_2.12:0.11.0")
'com.github.tkrs:orcus-core_2.12:jar:0.11.0'
<dependency org="com.github.tkrs" name="orcus-core_2.12" rev="0.11.0">
<artifact name="orcus-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='orcus-core_2.12', version='0.11.0')
)
libraryDependencies += "com.github.tkrs" % "orcus-core_2.12" % "0.11.0"
[com.github.tkrs/orcus-core_2.12 "0.11.0"]