Categories |
CategoriesNet Other General Purpose Libraries |
---|---|
GroupId | GroupIdnet.anotheria |
ArtifactId | ArtifactIdmoskito-core |
Version | Version2.9.3 |
Type | Typejar |
Filename | Size |
---|---|
moskito-core-2.9.3.pom | |
moskito-core-2.9.3.jar | 462 KB |
moskito-core-2.9.3-sources.jar | 364 KB |
moskito-core-2.9.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/moskito-core/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>moskito-core</artifactId>
<version>2.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/moskito-core/
implementation 'net.anotheria:moskito-core:2.9.3'
// https://jarcasting.com/artifacts/net.anotheria/moskito-core/
implementation ("net.anotheria:moskito-core:2.9.3")
'net.anotheria:moskito-core:jar:2.9.3'
<dependency org="net.anotheria" name="moskito-core" rev="2.9.3">
<artifact name="moskito-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='moskito-core', version='2.9.3')
)
libraryDependencies += "net.anotheria" % "moskito-core" % "2.9.3"
[net.anotheria/moskito-core "2.9.3"]