GroupId | GroupIdeu.toop |
---|---|
ArtifactId | ArtifactIdtc-webapp |
Version | Version2.0.0-rc3 |
Type | Typewar |
Filename | Size |
---|---|
tc-webapp-2.0.0-rc3.pom | |
tc-webapp-2.0.0-rc3.war | 41 MB |
tc-webapp-2.0.0-rc3-test-sources.jar | 28 KB |
tc-webapp-2.0.0-rc3-sources.jar | 43 KB |
tc-webapp-2.0.0-rc3-javadoc.jar | 35 KB |
tc-webapp-2.0.0-rc3-classes.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.toop/tc-webapp/ -->
<dependency>
<groupId>eu.toop</groupId>
<artifactId>tc-webapp</artifactId>
<version>2.0.0-rc3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/tc-webapp/
implementation 'eu.toop:tc-webapp:2.0.0-rc3'
// https://jarcasting.com/artifacts/eu.toop/tc-webapp/
implementation ("eu.toop:tc-webapp:2.0.0-rc3")
'eu.toop:tc-webapp:war:2.0.0-rc3'
<dependency org="eu.toop" name="tc-webapp" rev="2.0.0-rc3">
<artifact name="tc-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='tc-webapp', version='2.0.0-rc3')
)
libraryDependencies += "eu.toop" % "tc-webapp" % "2.0.0-rc3"
[eu.toop/tc-webapp "2.0.0-rc3"]