GroupId | GroupIdcom.github.nill14.utils |
---|---|
ArtifactId | ArtifactIdlazy-init |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
lazy-init-0.2.4.pom | |
lazy-init-0.2.4.jar | 142 KB |
lazy-init-0.2.4-sources.jar | 69 KB |
lazy-init-0.2.4-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nill14.utils/lazy-init/ -->
<dependency>
<groupId>com.github.nill14.utils</groupId>
<artifactId>lazy-init</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nill14.utils/lazy-init/
implementation 'com.github.nill14.utils:lazy-init:0.2.4'
// https://jarcasting.com/artifacts/com.github.nill14.utils/lazy-init/
implementation ("com.github.nill14.utils:lazy-init:0.2.4")
'com.github.nill14.utils:lazy-init:jar:0.2.4'
<dependency org="com.github.nill14.utils" name="lazy-init" rev="0.2.4">
<artifact name="lazy-init" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nill14.utils', module='lazy-init', version='0.2.4')
)
libraryDependencies += "com.github.nill14.utils" % "lazy-init" % "0.2.4"
[com.github.nill14.utils/lazy-init "0.2.4"]