Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.fatsecret4j |
ArtifactId | ArtifactIdfatsecret-platform |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
fatsecret-platform-1.1.1.pom | |
fatsecret-platform-1.1.1.jar | 40 KB |
fatsecret-platform-1.1.1-sources.jar | 36 KB |
fatsecret-platform-1.1.1-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fatsecret4j/fatsecret-platform/ -->
<dependency>
<groupId>com.fatsecret4j</groupId>
<artifactId>fatsecret-platform</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fatsecret4j/fatsecret-platform/
implementation 'com.fatsecret4j:fatsecret-platform:1.1.1'
// https://jarcasting.com/artifacts/com.fatsecret4j/fatsecret-platform/
implementation ("com.fatsecret4j:fatsecret-platform:1.1.1")
'com.fatsecret4j:fatsecret-platform:jar:1.1.1'
<dependency org="com.fatsecret4j" name="fatsecret-platform" rev="1.1.1">
<artifact name="fatsecret-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fatsecret4j', module='fatsecret-platform', version='1.1.1')
)
libraryDependencies += "com.fatsecret4j" % "fatsecret-platform" % "1.1.1"
[com.fatsecret4j/fatsecret-platform "1.1.1"]