Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.focframework |
ArtifactId | ArtifactIdfocDataSource |
Version | Version1.7.2 |
Type | Typejar |
Filename | Size |
---|---|
focDataSource-1.7.2.pom | |
focDataSource-1.7.2.jar | 118 KB |
focDataSource-1.7.2-sources.jar | 70 KB |
focDataSource-1.7.2-javadoc.jar | 240 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.focframework/focDataSource/ -->
<dependency>
<groupId>com.focframework</groupId>
<artifactId>focDataSource</artifactId>
<version>1.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.focframework/focDataSource/
implementation 'com.focframework:focDataSource:1.7.2'
// https://jarcasting.com/artifacts/com.focframework/focDataSource/
implementation ("com.focframework:focDataSource:1.7.2")
'com.focframework:focDataSource:jar:1.7.2'
<dependency org="com.focframework" name="focDataSource" rev="1.7.2">
<artifact name="focDataSource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.focframework', module='focDataSource', version='1.7.2')
)
libraryDependencies += "com.focframework" % "focDataSource" % "1.7.2"
[com.focframework/focDataSource "1.7.2"]