GroupId | GroupIdcom.itcoon |
---|---|
ArtifactId | ArtifactIdcommon-web-starter |
Version | Version1.0.4.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-web-starter-1.0.4.RELEASE.pom | |
common-web-starter-1.0.4.RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itcoon/common-web-starter/ -->
<dependency>
<groupId>com.itcoon</groupId>
<artifactId>common-web-starter</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itcoon/common-web-starter/
implementation 'com.itcoon:common-web-starter:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.itcoon/common-web-starter/
implementation ("com.itcoon:common-web-starter:1.0.4.RELEASE")
'com.itcoon:common-web-starter:jar:1.0.4.RELEASE'
<dependency org="com.itcoon" name="common-web-starter" rev="1.0.4.RELEASE">
<artifact name="common-web-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itcoon', module='common-web-starter', version='1.0.4.RELEASE')
)
libraryDependencies += "com.itcoon" % "common-web-starter" % "1.0.4.RELEASE"
[com.itcoon/common-web-starter "1.0.4.RELEASE"]