| GroupId | GroupIdcom.namehillsoftware |
|---|---|
| ArtifactId | ArtifactIdlazy-j |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lazy-j-0.9.0.pom | |
| lazy-j-0.9.0.jar | 2 KB |
| lazy-j-0.9.0-sources.jar | 2 KB |
| lazy-j-0.9.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.namehillsoftware/lazy-j/ -->
<dependency>
<groupId>com.namehillsoftware</groupId>
<artifactId>lazy-j</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.namehillsoftware/lazy-j/
implementation 'com.namehillsoftware:lazy-j:0.9.0'
// https://jarcasting.com/artifacts/com.namehillsoftware/lazy-j/
implementation ("com.namehillsoftware:lazy-j:0.9.0")
'com.namehillsoftware:lazy-j:jar:0.9.0'
<dependency org="com.namehillsoftware" name="lazy-j" rev="0.9.0">
<artifact name="lazy-j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.namehillsoftware', module='lazy-j', version='0.9.0')
)
libraryDependencies += "com.namehillsoftware" % "lazy-j" % "0.9.0"
[com.namehillsoftware/lazy-j "0.9.0"]