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