License |
License |
---|---|
GroupId | GroupIdcom.silentgo |
ArtifactId | ArtifactIdparent |
Version | Version0.0.1 |
Type | Typepom |
Description |
Descriptionsilentgo-parent
Light Java MVC Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.silentgo/parent/ -->
<dependency>
<groupId>com.silentgo</groupId>
<artifactId>parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.silentgo/parent/
implementation 'com.silentgo:parent:0.0.1'
// https://jarcasting.com/artifacts/com.silentgo/parent/
implementation ("com.silentgo:parent:0.0.1")
'com.silentgo:parent:pom:0.0.1'
<dependency org="com.silentgo" name="parent" rev="0.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.silentgo', module='parent', version='0.0.1')
)
libraryDependencies += "com.silentgo" % "parent" % "0.0.1"
[com.silentgo/parent "0.0.1"]