| GroupId | GroupIdcom.github.rawls238 |
|---|---|
| ArtifactId | ArtifactIdScientist4J |
| Version | Version0.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| Scientist4J-0.5.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/ -->
<dependency>
<groupId>com.github.rawls238</groupId>
<artifactId>Scientist4J</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/
implementation 'com.github.rawls238:Scientist4J:0.5'
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/
implementation ("com.github.rawls238:Scientist4J:0.5")
'com.github.rawls238:Scientist4J:pom:0.5'
<dependency org="com.github.rawls238" name="Scientist4J" rev="0.5">
<artifact name="Scientist4J" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rawls238', module='Scientist4J', version='0.5')
)
libraryDependencies += "com.github.rawls238" % "Scientist4J" % "0.5"
[com.github.rawls238/Scientist4J "0.5"]