GroupId | GroupIdde.team33.patterns |
---|---|
ArtifactId | ArtifactIdlazy-01 |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lazy-01-1.1.0.pom | |
lazy-01-1.1.0.jar | 5 KB |
lazy-01-1.1.0-sources.jar | 4 KB |
lazy-01-1.1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.team33.patterns/lazy-01/ -->
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>lazy-01</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.team33.patterns/lazy-01/
implementation 'de.team33.patterns:lazy-01:1.1.0'
// https://jarcasting.com/artifacts/de.team33.patterns/lazy-01/
implementation ("de.team33.patterns:lazy-01:1.1.0")
'de.team33.patterns:lazy-01:jar:1.1.0'
<dependency org="de.team33.patterns" name="lazy-01" rev="1.1.0">
<artifact name="lazy-01" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.team33.patterns', module='lazy-01', version='1.1.0')
)
libraryDependencies += "de.team33.patterns" % "lazy-01" % "1.1.0"
[de.team33.patterns/lazy-01 "1.1.0"]