Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oschina.durcframework |
ArtifactId | ArtifactIddurcframework-core |
Version | Version3.1.7 |
Type | Typejar |
Filename | Size |
---|---|
durcframework-core-3.1.7.pom | |
durcframework-core-3.1.7.jar | 93 KB |
durcframework-core-3.1.7-sources.jar | 64 KB |
durcframework-core-3.1.7-javadoc.jar | 502 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.durcframework/durcframework-core/ -->
<dependency>
<groupId>net.oschina.durcframework</groupId>
<artifactId>durcframework-core</artifactId>
<version>3.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.durcframework/durcframework-core/
implementation 'net.oschina.durcframework:durcframework-core:3.1.7'
// https://jarcasting.com/artifacts/net.oschina.durcframework/durcframework-core/
implementation ("net.oschina.durcframework:durcframework-core:3.1.7")
'net.oschina.durcframework:durcframework-core:jar:3.1.7'
<dependency org="net.oschina.durcframework" name="durcframework-core" rev="3.1.7">
<artifact name="durcframework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.durcframework', module='durcframework-core', version='3.1.7')
)
libraryDependencies += "net.oschina.durcframework" % "durcframework-core" % "3.1.7"
[net.oschina.durcframework/durcframework-core "3.1.7"]