is not current version
Last Version 0.3.3

com.github.squirrelgrip:Scientist4K 0.3.1

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

GroupId

GroupId

com.github.squirrelgrip
ArtifactId

ArtifactId

Scientist4K
Version

Version

0.3.1
Type

Type

pom

Download Scientist4K 0.3.1

Filename Size
Scientist4K-0.3.1.pom 8 KB
Browse

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