GroupId | GroupIdcom.github.yelong0216.dream.first |
---|---|
ArtifactId | ArtifactIddream-first-core |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dream-first-core-2.0.1.pom | |
dream-first-core-2.0.1.jar | 140 KB |
dream-first-core-2.0.1-sources.jar | 107 KB |
dream-first-core-2.0.1-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.1</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.1'
// https://jarcasting.com/artifacts/com.github.yelong0216.dream.first/dream-first-core/
implementation ("com.github.yelong0216.dream.first:dream-first-core:2.0.1")
'com.github.yelong0216.dream.first:dream-first-core:jar:2.0.1'
<dependency org="com.github.yelong0216.dream.first" name="dream-first-core" rev="2.0.1">
<artifact name="dream-first-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216.dream.first', module='dream-first-core', version='2.0.1')
)
libraryDependencies += "com.github.yelong0216.dream.first" % "dream-first-core" % "2.0.1"
[com.github.yelong0216.dream.first/dream-first-core "2.0.1"]