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