| GroupId | GroupIdcom.manydesigns |
|---|---|
| ArtifactId | ArtifactIddemo-tt |
| Version | Version5.2.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| demo-tt-5.2.0.pom | |
| demo-tt-5.2.0.war | 79 MB |
| demo-tt-5.2.0-sources.jar | 6 KB |
| demo-tt-5.2.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.manydesigns/demo-tt/ -->
<dependency>
<groupId>com.manydesigns</groupId>
<artifactId>demo-tt</artifactId>
<version>5.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.manydesigns/demo-tt/
implementation 'com.manydesigns:demo-tt:5.2.0'
// https://jarcasting.com/artifacts/com.manydesigns/demo-tt/
implementation ("com.manydesigns:demo-tt:5.2.0")
'com.manydesigns:demo-tt:war:5.2.0'
<dependency org="com.manydesigns" name="demo-tt" rev="5.2.0">
<artifact name="demo-tt" type="war" />
</dependency>
@Grapes(
@Grab(group='com.manydesigns', module='demo-tt', version='5.2.0')
)
libraryDependencies += "com.manydesigns" % "demo-tt" % "5.2.0"
[com.manydesigns/demo-tt "5.2.0"]