| GroupId | GroupIdcom.github.rawls238 |
|---|---|
| ArtifactId | ArtifactIdScientist4JCore |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Scientist4JCore-0.2.pom | |
| Scientist4JCore-0.2.jar | 9 KB |
| Scientist4JCore-0.2-sources.jar | 5 KB |
| Scientist4JCore-0.2-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rawls238/Scientist4JCore/ -->
<dependency>
<groupId>com.github.rawls238</groupId>
<artifactId>Scientist4JCore</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4JCore/
implementation 'com.github.rawls238:Scientist4JCore:0.2'
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4JCore/
implementation ("com.github.rawls238:Scientist4JCore:0.2")
'com.github.rawls238:Scientist4JCore:jar:0.2'
<dependency org="com.github.rawls238" name="Scientist4JCore" rev="0.2">
<artifact name="Scientist4JCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rawls238', module='Scientist4JCore', version='0.2')
)
libraryDependencies += "com.github.rawls238" % "Scientist4JCore" % "0.2"
[com.github.rawls238/Scientist4JCore "0.2"]