GroupId | GroupIdcom.github.wasiqb.coteafs |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.1.1-beta1 |
Type | Typejar |
Filename | Size |
---|---|
parent-2.1.1-beta1.pom | |
parent-2.1.1-beta1.jar | 261 bytes |
parent-2.1.1-beta1-tests.jar | 261 bytes |
parent-2.1.1-beta1-sources.jar | 261 bytes |
parent-2.1.1-beta1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/parent/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>parent</artifactId>
<version>2.1.1-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/parent/
implementation 'com.github.wasiqb.coteafs:parent:2.1.1-beta1'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/parent/
implementation ("com.github.wasiqb.coteafs:parent:2.1.1-beta1")
'com.github.wasiqb.coteafs:parent:jar:2.1.1-beta1'
<dependency org="com.github.wasiqb.coteafs" name="parent" rev="2.1.1-beta1">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='parent', version='2.1.1-beta1')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "parent" % "2.1.1-beta1"
[com.github.wasiqb.coteafs/parent "2.1.1-beta1"]