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