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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

org.singlefilejava
Идентификатор

Идентификатор

single-file-java
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/cschanck/single-file-java
Система контроля версий

Система контроля версий

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

Скачать single-file-java

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13
org.hamcrest : hamcrest jar 2.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2.0
1.1.0
1.0.0