Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.songdongsheng |
ArtifactId | ArtifactIdidentifier |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
identifier-2.0.0.pom | |
identifier-2.0.0.jar | 18 KB |
identifier-2.0.0-sources.jar | 11 KB |
identifier-2.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/ -->
<dependency>
<groupId>com.github.songdongsheng</groupId>
<artifactId>identifier</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/
implementation 'com.github.songdongsheng:identifier:2.0.0'
// https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/
implementation ("com.github.songdongsheng:identifier:2.0.0")
'com.github.songdongsheng:identifier:jar:2.0.0'
<dependency org="com.github.songdongsheng" name="identifier" rev="2.0.0">
<artifact name="identifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.songdongsheng', module='identifier', version='2.0.0')
)
libraryDependencies += "com.github.songdongsheng" % "identifier" % "2.0.0"
[com.github.songdongsheng/identifier "2.0.0"]