MVN

org.osgl : osgl-tool

Maven & Gradle

Nov 25, 2022
28 usages
50 stars

Java Tool · A simple Java toolkit

<dependency>
    <groupId>org.osgl</groupId>
    <artifactId>osgl-tool</artifactId>
    <version>1.30.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.osgl : osgl-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.30.0

All Versions

Choose a version of org.osgl : osgl-tool to add to Maven or Gradle - All Versions:

  • Version Updated
  • osgl-tool-1.30.0

    Nov 25, 2022
  • osgl-tool-1.26.2

    Jan 01, 2021
  • osgl-tool-1.26.1

    Dec 25, 2020
  • osgl-tool-1.26.0

    Dec 21, 2020
  • osgl-tool-1.25.2

    Aug 18, 2020
  • osgl-tool-1.25.1

    Aug 18, 2020
  • osgl-tool-1.25.0

    Jun 27, 2020
  • osgl-tool-1.24.0

    Mar 02, 2020
  • osgl-tool-1.23.0

    Jan 02, 2020
  • osgl-tool-1.22.1

    Nov 23, 2019
  • osgl-tool-1.22.0

    Nov 22, 2019
  • osgl-tool-1.21.0

    Nov 03, 2019
  • osgl-tool-1.20.2

    Oct 09, 2019
  • osgl-tool-1.20.1

    Sep 15, 2019
  • osgl-tool-1.20.0

    Jul 21, 2019
  • osgl-tool-1.19.4

    Jun 16, 2019
  • osgl-tool-1.19.3

    May 19, 2019
  • osgl-tool-1.19.2

    Apr 19, 2019
  • osgl-tool-1.19.1

    Feb 04, 2019
  • osgl-tool-1.19.0

    Dec 23, 2018
  • osgl-tool-1.18.3

    Dec 09, 2018
  • osgl-tool-1.18.2

    Nov 28, 2018
  • osgl-tool-1.18.1

    Nov 19, 2018
  • osgl-tool-1.18.0

    Oct 30, 2018
  • osgl-tool-1.17.0

    Jun 21, 2018
  • osgl-tool-1.16.0

    Jun 19, 2018
  • osgl-tool-1.15.1

    Jun 14, 2018
  • osgl-tool-1.15.0

    Jun 13, 2018
  • osgl-tool-1.14.0

    May 29, 2018
  • osgl-tool-1.13.2

    May 19, 2018
  • osgl-tool-1.13.1

    May 19, 2018
  • osgl-tool-1.13.0

    May 19, 2018
  • osgl-tool-1.12.0

    May 13, 2018
  • osgl-tool-1.11.4

    May 11, 2018
  • osgl-tool-1.11.3

    May 10, 2018
  • osgl-tool-1.11.2

    May 10, 2018
  • osgl-tool-1.11.1

    May 08, 2018
  • osgl-tool-1.11.0

    May 08, 2018
  • osgl-tool-1.10.0

    Apr 06, 2018
  • osgl-tool-1.9.0

    Apr 02, 2018
  • osgl-tool-1.8.1

    Mar 25, 2018
  • osgl-tool-1.8.0

    Mar 25, 2018
  • osgl-tool-1.7.3

    Mar 19, 2018
  • osgl-tool-1.7.2

    Mar 13, 2018
  • osgl-tool-1.7.1

    Mar 11, 2018
  • osgl-tool-1.7.0-test

    Mar 06, 2018
  • osgl-tool-1.7.0

    Mar 04, 2018
  • osgl-tool-1.6.2

    Feb 18, 2018
  • osgl-tool-1.6.1

    Feb 18, 2018
  • osgl-tool-1.6.0

    Jan 15, 2018
  • osgl-tool-1.5.2

    Dec 30, 2017
  • osgl-tool-1.5.1

    Dec 27, 2017
  • osgl-tool-1.5.0

    Dec 19, 2017
  • osgl-tool-1.4.4

    Sep 17, 2017
  • osgl-tool-1.4.3

    Sep 10, 2017
  • osgl-tool-1.4.2

    Aug 31, 2017
  • osgl-tool-1.4.1

    Aug 06, 2017
  • osgl-tool-1.4.0

    Jul 15, 2017
  • osgl-tool-1.3.1

    Jun 29, 2017
  • osgl-tool-1.2.3

    Jun 29, 2017
  • osgl-tool-1.3.0

    Jun 29, 2017
  • osgl-tool-1.2.2

    Jun 29, 2017
  • osgl-tool-1.2.1

    Jun 23, 2017
  • osgl-tool-1.2.0

    Jun 11, 2017
  • osgl-tool-1.1.0

    May 28, 2017
  • osgl-tool-1.0.3

    Apr 20, 2017
  • osgl-tool-1.0.2

    Mar 27, 2017
  • osgl-tool-1.0.1

    Mar 10, 2017
  • osgl-tool-1.0.0

    Mar 08, 2017
  • osgl-tool-0.9.2

    Dec 21, 2016
  • osgl-tool-0.2

    Feb 20, 2014

How to add a dependency to Maven

Add the following org.osgl : osgl-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.osgl</groupId>
    <artifactId>osgl-tool</artifactId>
    <version>1.30.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.osgl : osgl-tool gradle dependency to your build.gradle file:

implementation 'org.osgl:osgl-tool:1.30.0'

Gradle Kotlin DSL: Add the following org.osgl : osgl-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.osgl:osgl-tool:1.30.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.osgl : osgl-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.osgl" % "osgl-tool" % "1.30.0"

Advertisement

Dependencies from Group

Nov 25, 2022
28 usages
50 stars
Oct 30, 2018
20 usages
Jun 27, 2020
18 usages
50 stars
Jun 27, 2020
13 usages
Nov 26, 2022
7 usages
50 stars

Discover Dependencies

Feb 26, 2019
8 usages
Feb 21, 2022
22 usages
3k stars
Mar 13, 2022
31 usages
364 stars
Jan 06, 2021
64 stars
Aug 30, 2021
2 usages
52 stars
Feb 27, 2023
19 usages
89 stars
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome