| GroupId | GroupIdcom.github.scan |
|---|---|
| ArtifactId | ArtifactIdnicol_2.8.1 |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nicol_2.8.1-0.1.pom | |
| nicol_2.8.1-0.1.jar | 222 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.scan/nicol_2.8.1/ -->
<dependency>
<groupId>com.github.scan</groupId>
<artifactId>nicol_2.8.1</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scan/nicol_2.8.1/
implementation 'com.github.scan:nicol_2.8.1:0.1'
// https://jarcasting.com/artifacts/com.github.scan/nicol_2.8.1/
implementation ("com.github.scan:nicol_2.8.1:0.1")
'com.github.scan:nicol_2.8.1:jar:0.1'
<dependency org="com.github.scan" name="nicol_2.8.1" rev="0.1">
<artifact name="nicol_2.8.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scan', module='nicol_2.8.1', version='0.1')
)
libraryDependencies += "com.github.scan" % "nicol_2.8.1" % "0.1"
[com.github.scan/nicol_2.8.1 "0.1"]