GroupId | GroupIdcom.chaschev |
---|---|
ArtifactId | ArtifactIdbear |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
bear-1.0.2.pom | |
bear-1.0.2.jar | 1 MB |
bear-1.0.2-sources.jar | 708 KB |
bear-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chaschev/bear/ -->
<dependency>
<groupId>com.chaschev</groupId>
<artifactId>bear</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.chaschev/bear/
implementation 'com.chaschev:bear:1.0.2'
// https://jarcasting.com/artifacts/com.chaschev/bear/
implementation ("com.chaschev:bear:1.0.2")
'com.chaschev:bear:jar:1.0.2'
<dependency org="com.chaschev" name="bear" rev="1.0.2">
<artifact name="bear" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chaschev', module='bear', version='1.0.2')
)
libraryDependencies += "com.chaschev" % "bear" % "1.0.2"
[com.chaschev/bear "1.0.2"]