is not current version
Last Version 1.6-RELEASE

com.github.gkutiel:in-core 1-RELEASE

core components for web framework

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

in-core
Version

Version

1-RELEASE
Type

Type

jar

Download in-core 1-RELEASE


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