Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.thegoate |
ArtifactId | ArtifactIdperformance |
Version | Version0.15.8.202104192349 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thegoate/performance/ -->
<dependency>
<groupId>com.thegoate</groupId>
<artifactId>performance</artifactId>
<version>0.15.8.202104192349</version>
</dependency>
// https://jarcasting.com/artifacts/com.thegoate/performance/
implementation 'com.thegoate:performance:0.15.8.202104192349'
// https://jarcasting.com/artifacts/com.thegoate/performance/
implementation ("com.thegoate:performance:0.15.8.202104192349")
'com.thegoate:performance:jar:0.15.8.202104192349'
<dependency org="com.thegoate" name="performance" rev="0.15.8.202104192349">
<artifact name="performance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thegoate', module='performance', version='0.15.8.202104192349')
)
libraryDependencies += "com.thegoate" % "performance" % "0.15.8.202104192349"
[com.thegoate/performance "0.15.8.202104192349"]