| License |
License
The Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
|
|---|---|
| GroupId | GroupIdcom.rickbusarow.hermit |
| ArtifactId | ArtifactIdhermit-core |
| Last Version | Last Version0.9.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhermit-core
Resettable Lazy delegates which automatically reset with a test lifecycle
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hermit-core-0.9.5.pom | |
| hermit-core-0.9.5.jar | 12 KB |
| hermit-core-0.9.5-sources.jar | 4 KB |
| hermit-core-0.9.5-javadoc.jar | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rickbusarow.hermit/hermit-core/ -->
<dependency>
<groupId>com.rickbusarow.hermit</groupId>
<artifactId>hermit-core</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.rickbusarow.hermit/hermit-core/
implementation 'com.rickbusarow.hermit:hermit-core:0.9.5'
// https://jarcasting.com/artifacts/com.rickbusarow.hermit/hermit-core/
implementation ("com.rickbusarow.hermit:hermit-core:0.9.5")
'com.rickbusarow.hermit:hermit-core:jar:0.9.5'
<dependency org="com.rickbusarow.hermit" name="hermit-core" rev="0.9.5">
<artifact name="hermit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rickbusarow.hermit', module='hermit-core', version='0.9.5')
)
libraryDependencies += "com.rickbusarow.hermit" % "hermit-core" % "0.9.5"
[com.rickbusarow.hermit/hermit-core "0.9.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.20 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.4.2 |