Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdcontainer |
Version | Version1.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
container-1.0.RC1.pom | |
container-1.0.RC1.jar | 89 KB |
container-1.0.RC1-sources.jar | 57 KB |
container-1.0.RC1-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/container/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>container</artifactId>
<version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/container/
implementation 'org.atteo.moonshine:container:1.0.RC1'
// https://jarcasting.com/artifacts/org.atteo.moonshine/container/
implementation ("org.atteo.moonshine:container:1.0.RC1")
'org.atteo.moonshine:container:jar:1.0.RC1'
<dependency org="org.atteo.moonshine" name="container" rev="1.0.RC1">
<artifact name="container" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='container', version='1.0.RC1')
)
libraryDependencies += "org.atteo.moonshine" % "container" % "1.0.RC1"
[org.atteo.moonshine/container "1.0.RC1"]