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