org.singlefilejava:single-file-java

This is a collection of disparate pieces of code, each file containing a single piece of functionality. The idea is software minimalism, you get 1000 lines of Java code, no dependencies. Collection of useful things, especially for prototyping/rapid development.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.singlefilejava
ArtifactId

ArtifactId

single-file-java
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.singlefilejava:single-file-java
This is a collection of disparate pieces of code, each file containing a single piece of functionality. The idea is software minimalism, you get 1000 lines of Java code, no dependencies. Collection of useful things, especially for prototyping/rapid development.
Project URL

Project URL

https://github.com/cschanck/single-file-java
Source Code Management

Source Code Management

http://github.com/cschanck/single-file-java/tree/master

Download single-file-java

How to add to project

<!-- https://jarcasting.com/artifacts/org.singlefilejava/single-file-java/ -->
<dependency>
    <groupId>org.singlefilejava</groupId>
    <artifactId>single-file-java</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.singlefilejava/single-file-java/
implementation 'org.singlefilejava:single-file-java:1.2.0'
// https://jarcasting.com/artifacts/org.singlefilejava/single-file-java/
implementation ("org.singlefilejava:single-file-java:1.2.0")
'org.singlefilejava:single-file-java:jar:1.2.0'
<dependency org="org.singlefilejava" name="single-file-java" rev="1.2.0">
  <artifact name="single-file-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.singlefilejava', module='single-file-java', version='1.2.0')
)
libraryDependencies += "org.singlefilejava" % "single-file-java" % "1.2.0"
[org.singlefilejava/single-file-java "1.2.0"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.13
org.hamcrest : hamcrest jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0