is not current version
Last Version 1.3.4

com.github.yoojia:next-core 1.3.2

A FAST && THIN && HIGH SCALABLE Java web framework

GroupId

GroupId

com.github.yoojia
ArtifactId

ArtifactId

next-core
Version

Version

1.3.2
Type

Type

jar

Download next-core 1.3.2


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