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