MVN

se.koc : zutil

Maven & Gradle

Aug 22, 2023
0 stars

Zutil · A library containing utility classes and code snippets

<dependency>
    <groupId>se.koc</groupId>
    <artifactId>zutil</artifactId>
    <version>1.0.314</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.koc : zutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.314

All Versions

Choose a version of se.koc : zutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
zutil-1.0.314
zutil-1.0.312
zutil-1.0.311
zutil-1.0.310
zutil-1.0.306
zutil-1.0.305
zutil-1.0.304
zutil-1.0.303
zutil-1.0.302
zutil-1.0.301
zutil-1.0.300
zutil-1.0.298
zutil-1.0.297
zutil-1.0.291
zutil-1.0.290
zutil-1.0.286
zutil-1.0.285
zutil-1.0.283
zutil-1.0.281
zutil-1.0.280
zutil-1.0.279
zutil-1.0.278
zutil-1.0.277
zutil-1.0.276
zutil-1.0.274
zutil-1.0.273
zutil-1.0.272
zutil-1.0.265
zutil-1.0.264
zutil-1.0.260
zutil-1.0.258
zutil-1.0.255
zutil-1.0.254
zutil-1.0.253
zutil-1.0.252
zutil-1.0.251
zutil-1.0.250
zutil-1.0.249
zutil-1.0.248
zutil-1.0.247
zutil-1.0.246
zutil-1.0.237
zutil-1.0.236
zutil-1.0.2-231
zutil-1.0.2-230
zutil-1.0.2-229
zutil-1.0.2-228
zutil-1.0.2-227
zutil-1.0.2-226
zutil-1.0.2-225
zutil-1.0.2-224
zutil-1.0.2-223
zutil-1.0.2-222
zutil-1.0.2-221
zutil-1.0.2-220
zutil-1.0.2-219
zutil-1.0.2-217
zutil-1.0.1

How to add a dependency to Maven

Add the following se.koc : zutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.koc</groupId>
    <artifactId>zutil</artifactId>
    <version>1.0.314</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.koc : zutil gradle dependency to your build.gradle file:

implementation 'se.koc:zutil:1.0.314'

Gradle Kotlin DSL: Add the following se.koc : zutil gradle kotlin dependency to your build.gradle.kts file:

implementation("se.koc:zutil:1.0.314")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.koc : zutil sbt scala dependency to your build.sbt file:

libraryDependencies += "se.koc" % "zutil" % "1.0.314"