| License |
License |
|---|---|
| GroupId | GroupIdcom.github.yu-jay |
| ArtifactId | ArtifactIdjay-test |
| Version | Version1.3.2 |
| Type | Typejar |
| Description |
Descriptioncom.github.yu-jay:jay-test
封装了配置文件的抽象加载类,和对日志的封装
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jay-test-1.3.2.pom | |
| jay-test-1.3.2.jar | 3 KB |
| jay-test-1.3.2-sources.jar | 1 KB |
| jay-test-1.3.2-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yu-jay/jay-test/ -->
<dependency>
<groupId>com.github.yu-jay</groupId>
<artifactId>jay-test</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yu-jay/jay-test/
implementation 'com.github.yu-jay:jay-test:1.3.2'
// https://jarcasting.com/artifacts/com.github.yu-jay/jay-test/
implementation ("com.github.yu-jay:jay-test:1.3.2")
'com.github.yu-jay:jay-test:jar:1.3.2'
<dependency org="com.github.yu-jay" name="jay-test" rev="1.3.2">
<artifact name="jay-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yu-jay', module='jay-test', version='1.3.2')
)
libraryDependencies += "com.github.yu-jay" % "jay-test" % "1.3.2"
[com.github.yu-jay/jay-test "1.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |