Categories |
CategoriesNet Other General Purpose Libraries |
---|---|
GroupId | GroupIdnet.anotheria |
ArtifactId | ArtifactIdmoskito-inspect-standalone |
Version | Version2.6.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/net.anotheria/moskito-inspect-standalone/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>moskito-inspect-standalone</artifactId>
<version>2.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/moskito-inspect-standalone/
implementation 'net.anotheria:moskito-inspect-standalone:2.6.0'
// https://jarcasting.com/artifacts/net.anotheria/moskito-inspect-standalone/
implementation ("net.anotheria:moskito-inspect-standalone:2.6.0")
'net.anotheria:moskito-inspect-standalone:war:2.6.0'
<dependency org="net.anotheria" name="moskito-inspect-standalone" rev="2.6.0">
<artifact name="moskito-inspect-standalone" type="war" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='moskito-inspect-standalone', version='2.6.0')
)
libraryDependencies += "net.anotheria" % "moskito-inspect-standalone" % "2.6.0"
[net.anotheria/moskito-inspect-standalone "2.6.0"]