is not current version
Last Version 1.2.0

com.hynnet:hynnet-util 1.1.1

Java实现的基础工具类库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。

Categories

Categories

Net
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

hynnet-util
Version

Version

1.1.1
Type

Type

jar

Download hynnet-util 1.1.1


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