我使用下面庫作爲依賴性: <dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>3.2.0</version> <!-- Set version -->
我想用動物嗅探器來檢查一類對我自己的API,其中只包含一個類和一個方法: package sniffertestapi;
public class MainInterface
{
public static void testMethod(String testString)
{
System.out.println(testString);
}