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