Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.visallo |
ArtifactId | ArtifactIdvisallo-dev-tomcat-server |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.visallo/visallo-dev-tomcat-server/ -->
<dependency>
<groupId>org.visallo</groupId>
<artifactId>visallo-dev-tomcat-server</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.visallo/visallo-dev-tomcat-server/
implementation 'org.visallo:visallo-dev-tomcat-server:3.1.1'
// https://jarcasting.com/artifacts/org.visallo/visallo-dev-tomcat-server/
implementation ("org.visallo:visallo-dev-tomcat-server:3.1.1")
'org.visallo:visallo-dev-tomcat-server:jar:3.1.1'
<dependency org="org.visallo" name="visallo-dev-tomcat-server" rev="3.1.1">
<artifact name="visallo-dev-tomcat-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.visallo', module='visallo-dev-tomcat-server', version='3.1.1')
)
libraryDependencies += "org.visallo" % "visallo-dev-tomcat-server" % "3.1.1"
[org.visallo/visallo-dev-tomcat-server "3.1.1"]