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