GroupId | GroupIdcom.enterprisemath |
---|---|
ArtifactId | ArtifactIdem-eac |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
em-eac-3.5.0.pom | |
em-eac-3.5.0.jar | 27 KB |
em-eac-3.5.0-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.enterprisemath/em-eac/ -->
<dependency>
<groupId>com.enterprisemath</groupId>
<artifactId>em-eac</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enterprisemath/em-eac/
implementation 'com.enterprisemath:em-eac:3.5.0'
// https://jarcasting.com/artifacts/com.enterprisemath/em-eac/
implementation ("com.enterprisemath:em-eac:3.5.0")
'com.enterprisemath:em-eac:jar:3.5.0'
<dependency org="com.enterprisemath" name="em-eac" rev="3.5.0">
<artifact name="em-eac" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enterprisemath', module='em-eac', version='3.5.0')
)
libraryDependencies += "com.enterprisemath" % "em-eac" % "3.5.0"
[com.enterprisemath/em-eac "3.5.0"]