Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.everrest |
ArtifactId | ArtifactIdeverrest-integration-picocontainer-sample |
Version | Version1.9.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.everrest/everrest-integration-picocontainer-sample/ -->
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-integration-picocontainer-sample</artifactId>
<version>1.9.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-picocontainer-sample/
implementation 'org.everrest:everrest-integration-picocontainer-sample:1.9.0'
// https://jarcasting.com/artifacts/org.everrest/everrest-integration-picocontainer-sample/
implementation ("org.everrest:everrest-integration-picocontainer-sample:1.9.0")
'org.everrest:everrest-integration-picocontainer-sample:war:1.9.0'
<dependency org="org.everrest" name="everrest-integration-picocontainer-sample" rev="1.9.0">
<artifact name="everrest-integration-picocontainer-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.everrest', module='everrest-integration-picocontainer-sample', version='1.9.0')
)
libraryDependencies += "org.everrest" % "everrest-integration-picocontainer-sample" % "1.9.0"
[org.everrest/everrest-integration-picocontainer-sample "1.9.0"]