License |
License |
---|---|
GroupId | GroupIdcom.github.squirrelgrip |
ArtifactId | ArtifactIdScientist4K |
Last Version | Last Version0.3.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.github.squirrelgrip:Scientist4K
A Kotlin port of Github's Scientist library for refactoring critical code paths
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Scientist4K-0.3.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.squirrelgrip/Scientist4K/ -->
<dependency>
<groupId>com.github.squirrelgrip</groupId>
<artifactId>Scientist4K</artifactId>
<version>0.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.squirrelgrip/Scientist4K/
implementation 'com.github.squirrelgrip:Scientist4K:0.3.3'
// https://jarcasting.com/artifacts/com.github.squirrelgrip/Scientist4K/
implementation ("com.github.squirrelgrip:Scientist4K:0.3.3")
'com.github.squirrelgrip:Scientist4K:pom:0.3.3'
<dependency org="com.github.squirrelgrip" name="Scientist4K" rev="0.3.3">
<artifact name="Scientist4K" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.squirrelgrip', module='Scientist4K', version='0.3.3')
)
libraryDependencies += "com.github.squirrelgrip" % "Scientist4K" % "0.3.3"
[com.github.squirrelgrip/Scientist4K "0.3.3"]