Last Version

maven-demo 1.0.4

部署到maven中央仓库示例

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.itcrazy2008
ArtifactId

ArtifactId

maven-demo
Version

Version

1.0.4
Type

Type

jar
Description

Description

maven-demo
部署到maven中央仓库示例
Project URL

Project URL

https://github.com/itcrazy2008
Source Code Management

Source Code Management

https://github.com/itcrazy2008/maven-demo

Download maven-demo 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.itcrazy2008/maven-demo/ -->
<dependency>
    <groupId>com.github.itcrazy2008</groupId>
    <artifactId>maven-demo</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.itcrazy2008/maven-demo/
implementation 'com.github.itcrazy2008:maven-demo:1.0.4'
// https://jarcasting.com/artifacts/com.github.itcrazy2008/maven-demo/
implementation ("com.github.itcrazy2008:maven-demo:1.0.4")
'com.github.itcrazy2008:maven-demo:jar:1.0.4'
<dependency org="com.github.itcrazy2008" name="maven-demo" rev="1.0.4">
  <artifact name="maven-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.itcrazy2008', module='maven-demo', version='1.0.4')
)
libraryDependencies += "com.github.itcrazy2008" % "maven-demo" % "1.0.4"
[com.github.itcrazy2008/maven-demo "1.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.