License |
License |
---|---|
GroupId | GroupIdcom.github.FeiChaoyu |
ArtifactId | ArtifactIdmy-demo |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionmy-demo
Demo project for Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
my-demo-1.0.0.pom | |
my-demo-1.0.0.jar | 3 KB |
my-demo-1.0.0-sources.jar | 3 KB |
my-demo-1.0.0-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.FeiChaoyu/my-demo/ -->
<dependency>
<groupId>com.github.FeiChaoyu</groupId>
<artifactId>my-demo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.FeiChaoyu/my-demo/
implementation 'com.github.FeiChaoyu:my-demo:1.0.0'
// https://jarcasting.com/artifacts/com.github.FeiChaoyu/my-demo/
implementation ("com.github.FeiChaoyu:my-demo:1.0.0")
'com.github.FeiChaoyu:my-demo:jar:1.0.0'
<dependency org="com.github.FeiChaoyu" name="my-demo" rev="1.0.0">
<artifact name="my-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.FeiChaoyu', module='my-demo', version='1.0.0')
)
libraryDependencies += "com.github.FeiChaoyu" % "my-demo" % "1.0.0"
[com.github.FeiChaoyu/my-demo "1.0.0"]