| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.penggle |
| Идентификатор | Идентификаторcommons |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
Описаниеcommons
commons is a little java tool to make your development easier in your work.
|
| Имя Файла | Размер |
|---|---|
| commons-1.0.0.pom | |
| commons-1.0.0.jar | 102 KB |
| commons-1.0.0-sources.jar | 72 KB |
| commons-1.0.0-javadoc.jar | 297 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.penggle/commons/ -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/commons/
implementation 'com.github.penggle:commons:1.0.0'
// https://jarcasting.com/artifacts/com.github.penggle/commons/
implementation ("com.github.penggle:commons:1.0.0")
'com.github.penggle:commons:jar:1.0.0'
<dependency org="com.github.penggle" name="commons" rev="1.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='commons', version='1.0.0')
)
libraryDependencies += "com.github.penggle" % "commons" % "1.0.0"
[com.github.penggle/commons "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 4.1.4.RELEASE |
| junit : junit | jar | 4.11 |