License |
License |
---|---|
GroupId | GroupIdcom.github.yang69 |
ArtifactId | ArtifactIdcommons-es |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-es-1.0.pom | |
commons-es-1.0.jar | 7 KB |
commons-es-1.0-sources.jar | 5 KB |
commons-es-1.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yang69/commons-es/ -->
<dependency>
<groupId>com.github.yang69</groupId>
<artifactId>commons-es</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yang69/commons-es/
implementation 'com.github.yang69:commons-es:1.0'
// https://jarcasting.com/artifacts/com.github.yang69/commons-es/
implementation ("com.github.yang69:commons-es:1.0")
'com.github.yang69:commons-es:jar:1.0'
<dependency org="com.github.yang69" name="commons-es" rev="1.0">
<artifact name="commons-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yang69', module='commons-es', version='1.0')
)
libraryDependencies += "com.github.yang69" % "commons-es" % "1.0"
[com.github.yang69/commons-es "1.0"]