is not current version
Last Version 0.3.3

com.github.squirrelgrip:Scientist4K 0.1.5

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

GroupId

GroupId

com.github.squirrelgrip
ArtifactId

ArtifactId

Scientist4K
Version

Version

0.1.5
Type

Type

pom

Download Scientist4K 0.1.5

Filename Size
Scientist4K-0.1.5.pom 7 KB
Browse

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