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