FortJ

Generic Java Utility Classes / Methods.

License

License

GroupId

GroupId

com.github.wellsb1
ArtifactId

ArtifactId

fort_j
Last Version

Last Version

0.0.1-test
Release Date

Release Date

Type

Type

jar
Description

Description

FortJ
Generic Java Utility Classes / Methods.
Project URL

Project URL

https://github.com/wellsb1/fort_j
Source Code Management

Source Code Management

http://github.com/wellsb1/fort_j/tree/master

Download fort_j

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

fort_j

Generic Java Utility Classes / Methods

Info

  • Version is currently set to 0.0.1
  • Group is currently wellsb1

Helpful Commands

(in no particular order)
  • 'gradle eclipse' to convert this project into an eclipse project
  • 'gradle install' to install this project's jar into a local maven repository for use by other projects

Change Log

5/14/18 - 0.0.3

  • Updated Lang.empty() to support varargs

5/09/18 - 0.0.2

  • Changed method signature on J.explode()

Versions

Version
0.0.1-test
0.0.1