GroupId | GroupIdcom.github.yelong0216.dream.first |
---|---|
ArtifactId | ArtifactIddream-first-core |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dream-first-core-2.0.0.pom | |
dream-first-core-2.0.0.jar | 139 KB |
dream-first-core-2.0.0-sources.jar | 107 KB |
dream-first-core-2.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-core/ -->
<dependency>
<groupId>com.github.yelong0216.dream.first</groupId>
<artifactId>dream-first-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-core/
implementation 'com.github.yelong0216.dream.first:dream-first-core:2.0.0'
// https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-core/
implementation ("com.github.yelong0216.dream.first:dream-first-core:2.0.0")
'com.github.yelong0216.dream.first:dream-first-core:jar:2.0.0'
<dependency org="com.github.yelong0216.dream.first" name="dream-first-core" rev="2.0.0">
<artifact name="dream-first-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216.dream.first', module='dream-first-core', version='2.0.0')
)
libraryDependencies += "com.github.yelong0216.dream.first" % "dream-first-core" % "2.0.0"
[com.github.yelong0216.dream.first/dream-first-core "2.0.0"]