Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.songdongsheng |
ArtifactId | ArtifactIdidentifier |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
identifier-2.1.0.pom | |
identifier-2.1.0.jar | 19 KB |
identifier-2.1.0-sources.jar | 12 KB |
identifier-2.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/
implementation 'com.github.songdongsheng:identifier:2.1.0'
// https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/
implementation ("com.github.songdongsheng:identifier:2.1.0")
'com.github.songdongsheng:identifier:jar:2.1.0'
<dependency org="com.github.songdongsheng" name="identifier" rev="2.1.0">
<artifact name="identifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.songdongsheng', module='identifier', version='2.1.0')
)
libraryDependencies += "com.github.songdongsheng" % "identifier" % "2.1.0"
[com.github.songdongsheng/identifier "2.1.0"]