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