Categories |
CategoriesAnt Build Tools Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdio.advantageous.qbit |
ArtifactId | ArtifactIdqbit-servlet |
Version | Version0.9.7.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.advantageous.qbit/qbit-servlet/ -->
<dependency>
<groupId>io.advantageous.qbit</groupId>
<artifactId>qbit-servlet</artifactId>
<version>0.9.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.advantageous.qbit/qbit-servlet/
implementation 'io.advantageous.qbit:qbit-servlet:0.9.7.RELEASE'
// https://jarcasting.com/artifacts/io.advantageous.qbit/qbit-servlet/
implementation ("io.advantageous.qbit:qbit-servlet:0.9.7.RELEASE")
'io.advantageous.qbit:qbit-servlet:jar:0.9.7.RELEASE'
<dependency org="io.advantageous.qbit" name="qbit-servlet" rev="0.9.7.RELEASE">
<artifact name="qbit-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.advantageous.qbit', module='qbit-servlet', version='0.9.7.RELEASE')
)
libraryDependencies += "io.advantageous.qbit" % "qbit-servlet" % "0.9.7.RELEASE"
[io.advantageous.qbit/qbit-servlet "0.9.7.RELEASE"]