GroupId | GroupIdtech.sirwellington.alchemy |
---|---|
ArtifactId | ArtifactIdalchemy-collections |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
alchemy-collections-1.0.pom | |
alchemy-collections-1.0.jar | 9 KB |
alchemy-collections-1.0-sources.jar | 5 KB |
alchemy-collections-1.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-collections/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-collections</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-collections/
implementation 'tech.sirwellington.alchemy:alchemy-collections:1.0'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-collections/
implementation ("tech.sirwellington.alchemy:alchemy-collections:1.0")
'tech.sirwellington.alchemy:alchemy-collections:jar:1.0'
<dependency org="tech.sirwellington.alchemy" name="alchemy-collections" rev="1.0">
<artifact name="alchemy-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-collections', version='1.0')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-collections" % "1.0"
[tech.sirwellington.alchemy/alchemy-collections "1.0"]