GroupId | GroupIdcom.sohu |
---|---|
ArtifactId | ArtifactIdsohu-parent |
Version | Version1 |
Type | Typepom |
Description |
Descriptionsohu-parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
sohu-parent-1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sohu/sohu-parent/ -->
<dependency>
<groupId>com.sohu</groupId>
<artifactId>sohu-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sohu/sohu-parent/
implementation 'com.sohu:sohu-parent:1'
// https://jarcasting.com/artifacts/com.sohu/sohu-parent/
implementation ("com.sohu:sohu-parent:1")
'com.sohu:sohu-parent:pom:1'
<dependency org="com.sohu" name="sohu-parent" rev="1">
<artifact name="sohu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sohu', module='sohu-parent', version='1')
)
libraryDependencies += "com.sohu" % "sohu-parent" % "1"
[com.sohu/sohu-parent "1"]