License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.jparams |
ArtifactId | ArtifactIddata-file |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptiondata-file
Data File
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
data-file-1.0.1.pom | |
data-file-1.0.1.jar | 27 KB |
data-file-1.0.1-tests.jar | 73 KB |
data-file-1.0.1-sources.jar | 15 KB |
data-file-1.0.1-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jparams/data-file/ -->
<dependency>
<groupId>com.jparams</groupId>
<artifactId>data-file</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/data-file/
implementation 'com.jparams:data-file:1.0.1'
// https://jarcasting.com/artifacts/com.jparams/data-file/
implementation ("com.jparams:data-file:1.0.1")
'com.jparams:data-file:jar:1.0.1'
<dependency org="com.jparams" name="data-file" rev="1.0.1">
<artifact name="data-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='data-file', version='1.0.1')
)
libraryDependencies += "com.jparams" % "data-file" % "1.0.1"
[com.jparams/data-file "1.0.1"]