is not current version
Last Version 1.0

com.github.rawls238:Scientist4J 0.3

A Java port of Github's Scientist library for refactoring critical code paths

GroupId

GroupId

com.github.rawls238
ArtifactId

ArtifactId

Scientist4J
Version

Version

0.3
Type

Type

pom

Download Scientist4J 0.3

Filename Size
Scientist4J-0.3.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/ -->
<dependency>
    <groupId>com.github.rawls238</groupId>
    <artifactId>Scientist4J</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/
implementation 'com.github.rawls238:Scientist4J:0.3'
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/
implementation ("com.github.rawls238:Scientist4J:0.3")
'com.github.rawls238:Scientist4J:pom:0.3'
<dependency org="com.github.rawls238" name="Scientist4J" rev="0.3">
  <artifact name="Scientist4J" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rawls238', module='Scientist4J', version='0.3')
)
libraryDependencies += "com.github.rawls238" % "Scientist4J" % "0.3"
[com.github.rawls238/Scientist4J "0.3"]