License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.coding.yuanhai |
ArtifactId | ArtifactIdsea |
Last Version | Last Version1.7.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sea-1.7.2.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.coding.yuanhai/sea/ -->
<dependency>
<groupId>net.coding.yuanhai</groupId>
<artifactId>sea</artifactId>
<version>1.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.coding.yuanhai/sea/
implementation 'net.coding.yuanhai:sea:1.7.2'
// https://jarcasting.com/artifacts/net.coding.yuanhai/sea/
implementation ("net.coding.yuanhai:sea:1.7.2")
'net.coding.yuanhai:sea:pom:1.7.2'
<dependency org="net.coding.yuanhai" name="sea" rev="1.7.2">
<artifact name="sea" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.coding.yuanhai', module='sea', version='1.7.2')
)
libraryDependencies += "net.coding.yuanhai" % "sea" % "1.7.2"
[net.coding.yuanhai/sea "1.7.2"]