GroupId | GroupIdcom.milaboratory |
---|---|
ArtifactId | ArtifactIdmicommons |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
micommons-0.9.pom | |
micommons-0.9.jar | 181 KB |
micommons-0.9-sources.jar | 147 KB |
micommons-0.9-javadoc.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.milaboratory/micommons/ -->
<dependency>
<groupId>com.milaboratory</groupId>
<artifactId>micommons</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.milaboratory/micommons/
implementation 'com.milaboratory:micommons:0.9'
// https://jarcasting.com/artifacts/com.milaboratory/micommons/
implementation ("com.milaboratory:micommons:0.9")
'com.milaboratory:micommons:jar:0.9'
<dependency org="com.milaboratory" name="micommons" rev="0.9">
<artifact name="micommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.milaboratory', module='micommons', version='0.9')
)
libraryDependencies += "com.milaboratory" % "micommons" % "0.9"
[com.milaboratory/micommons "0.9"]