is not current version
Last Version 1.2.1

com.hynnet:hynnet-model 1.2.0

Java实现的面向对象设计的通用数据对象模型类库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。

Categories

Categories

Net
GroupId

GroupId

com.hynnet
ArtifactId

ArtifactId

hynnet-model
Version

Version

1.2.0
Type

Type

jar

Download hynnet-model 1.2.0


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