Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dreamlu |
ArtifactId | ArtifactIdmica-core |
Version | Version2.1.0-GA |
Type | Typejar |
Filename | Size |
---|---|
mica-core-2.1.0-GA.pom | |
mica-core-2.1.0-GA.jar | 173 KB |
mica-core-2.1.0-GA-sources.jar | 145 KB |
mica-core-2.1.0-GA-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu/mica-core/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-core</artifactId>
<version>2.1.0-GA</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/mica-core/
implementation 'net.dreamlu:mica-core:2.1.0-GA'
// https://jarcasting.com/artifacts/net.dreamlu/mica-core/
implementation ("net.dreamlu:mica-core:2.1.0-GA")
'net.dreamlu:mica-core:jar:2.1.0-GA'
<dependency org="net.dreamlu" name="mica-core" rev="2.1.0-GA">
<artifact name="mica-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='mica-core', version='2.1.0-GA')
)
libraryDependencies += "net.dreamlu" % "mica-core" % "2.1.0-GA"
[net.dreamlu/mica-core "2.1.0-GA"]