GroupId | GroupIdcom.github.mike10004 |
---|---|
ArtifactId | ArtifactIdcontainment-core |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
containment-core-0.5.pom | |
containment-core-0.5.jar | 58 KB |
containment-core-0.5-sources.jar | 24 KB |
containment-core-0.5-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/containment-core/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>containment-core</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/containment-core/
implementation 'com.github.mike10004:containment-core:0.5'
// https://jarcasting.com/artifacts/com.github.mike10004/containment-core/
implementation ("com.github.mike10004:containment-core:0.5")
'com.github.mike10004:containment-core:jar:0.5'
<dependency org="com.github.mike10004" name="containment-core" rev="0.5">
<artifact name="containment-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='containment-core', version='0.5')
)
libraryDependencies += "com.github.mike10004" % "containment-core" % "0.5"
[com.github.mike10004/containment-core "0.5"]