License |
License |
---|---|
GroupId | GroupIdcom.github.squirrelgrip |
ArtifactId | ArtifactIdScientist4KCore |
Last Version | Last Version0.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Kotlin port of Github's Scientist library for refactoring critical code paths
|
Filename | Size |
---|---|
Scientist4KCore-0.3.3.pom | |
Scientist4KCore-0.3.3.jar | 60 KB |
Scientist4KCore-0.3.3-sources.jar | 12 KB |
Scientist4KCore-0.3.3-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.squirrelgrip/Scientist4KCore/ -->
<dependency>
<groupId>com.github.squirrelgrip</groupId>
<artifactId>Scientist4KCore</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.squirrelgrip/Scientist4KCore/
implementation 'com.github.squirrelgrip:Scientist4KCore:0.3.3'
// https://jarcasting.com/artifacts/com.github.squirrelgrip/Scientist4KCore/
implementation ("com.github.squirrelgrip:Scientist4KCore:0.3.3")
'com.github.squirrelgrip:Scientist4KCore:jar:0.3.3'
<dependency org="com.github.squirrelgrip" name="Scientist4KCore" rev="0.3.3">
<artifact name="Scientist4KCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.squirrelgrip', module='Scientist4KCore', version='0.3.3')
)
libraryDependencies += "com.github.squirrelgrip" % "Scientist4KCore" % "0.3.3"
[com.github.squirrelgrip/Scientist4KCore "0.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.71 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
io.dropwizard.metrics5 : metrics-core Optional | jar | 5.0.0 |
io.micrometer : micrometer-core Optional | jar | 1.4.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.1 |
org.assertj : assertj-core | jar | 3.15.0 |
org.mockito : mockito-core | jar | 3.3.3 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |