Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.informalin.framework |
ArtifactId | ArtifactIdcommon |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
common-0.7.pom | |
common-0.7.jar | 9 KB |
common-0.7-sources.jar | 5 KB |
common-0.7-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.informalin.framework/common/ -->
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>common</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/common/
implementation 'io.github.informalin.framework:common:0.7'
// https://jarcasting.com/artifacts/io.github.informalin.framework/common/
implementation ("io.github.informalin.framework:common:0.7")
'io.github.informalin.framework:common:jar:0.7'
<dependency org="io.github.informalin.framework" name="common" rev="0.7">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='common', version='0.7')
)
libraryDependencies += "io.github.informalin.framework" % "common" % "0.7"
[io.github.informalin.framework/common "0.7"]