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