| GroupId | GroupIdorg.truenewx |
|---|---|
| ArtifactId | ArtifactIdtnxjeex |
| Last Version | Last Version2.3.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiontnxjeex
基于tnxjee的通用业务支持框架集
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tnxjeex-2.3.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.truenewx/tnxjeex/ -->
<dependency>
<groupId>org.truenewx</groupId>
<artifactId>tnxjeex</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.truenewx/tnxjeex/
implementation 'org.truenewx:tnxjeex:2.3.2'
// https://jarcasting.com/artifacts/org.truenewx/tnxjeex/
implementation ("org.truenewx:tnxjeex:2.3.2")
'org.truenewx:tnxjeex:pom:2.3.2'
<dependency org="org.truenewx" name="tnxjeex" rev="2.3.2">
<artifact name="tnxjeex" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.truenewx', module='tnxjeex', version='2.3.2')
)
libraryDependencies += "org.truenewx" % "tnxjeex" % "2.3.2"
[org.truenewx/tnxjeex "2.3.2"]