| Категории |
КатегорииJava Языки программирования Tomcat Контейнер Application Servers Сеть |
|---|---|
| Группа | Группаnet.java.trueupdate |
| Идентификатор | Идентификаторtrueupdate-installer-tomcat |
| Версия | Версия0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-installer-tomcat/ -->
<dependency>
<groupId>net.java.trueupdate</groupId>
<artifactId>trueupdate-installer-tomcat</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-installer-tomcat/
implementation 'net.java.trueupdate:trueupdate-installer-tomcat:0.3'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-installer-tomcat/
implementation ("net.java.trueupdate:trueupdate-installer-tomcat:0.3")
'net.java.trueupdate:trueupdate-installer-tomcat:jar:0.3'
<dependency org="net.java.trueupdate" name="trueupdate-installer-tomcat" rev="0.3">
<artifact name="trueupdate-installer-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-installer-tomcat', version='0.3')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-installer-tomcat" % "0.3"
[net.java.trueupdate/trueupdate-installer-tomcat "0.3"]