is not current version
Last Version 1.3.0

com.hynnet:hynnet 1.1.3

Java实现的、在商业化系统实际使用的类库及组件库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。

Categories

Categories

Net
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

hynnet
Version

Version

1.1.3
Type

Type

pom

Download hynnet 1.1.3

Filename Size
hynnet-1.1.3.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.hynnet/hynnet/ -->
<dependency>
    <groupId>com.hynnet</groupId>
    <artifactId>hynnet</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/hynnet/
implementation 'com.hynnet:hynnet:1.1.3'
// https://jarcasting.com/artifacts/com.hynnet/hynnet/
implementation ("com.hynnet:hynnet:1.1.3")
'com.hynnet:hynnet:pom:1.1.3'
<dependency org="com.hynnet" name="hynnet" rev="1.1.3">
  <artifact name="hynnet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='hynnet', version='1.1.3')
)
libraryDependencies += "com.hynnet" % "hynnet" % "1.1.3"
[com.hynnet/hynnet "1.1.3"]